summaryrefslogtreecommitdiffstats
path: root/CMake/AddDependencies.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/AddDependencies.cmake')
-rw-r--r--CMake/AddDependencies.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/AddDependencies.cmake b/CMake/AddDependencies.cmake
index e9f24db09..584fcb011 100644
--- a/CMake/AddDependencies.cmake
+++ b/CMake/AddDependencies.cmake
@@ -73,9 +73,9 @@ function(link_dependencies TARGET)
tolualib
)
- # Link process information library:
+ # Link process information, multimedia (for sleep resolution) libraries:
if (WIN32)
- target_link_libraries(${TARGET} PRIVATE Psapi.lib)
+ target_link_libraries(${TARGET} PRIVATE Psapi.lib Winmm.lib)
endif()
# Special case handling for libevent pthreads: